treeview: fix size of the dragged column header
authorStefano Facchini <stefano.facchini@gmail.com>
Thu, 27 Sep 2012 14:44:19 +0000 (16:44 +0200)
committerStefano Facchini <stefano.facchini@gmail.com>
Thu, 27 Sep 2012 15:09:55 +0000 (17:09 +0200)
commit3c7a6581dcb49224bb749036374dd87bf32e9903
tree1c648e1a4d9873d2bc9300608ec782e3e17ccb7e
parentf9d77959a4518699a96b3c85ddc18d0ff01aeac5
treeview: fix size of the dragged column header

Currently the GdkWindow used for dragging is created once when
the first drag starts, and the reused identical each time.
Instead, just recreate it for each drag, with the correct size.
gtk/gtktreeview.c